//0xe4 bytes (sizeof)
struct _MI_PARTITION_CORE
{
USHORT PartitionId; //0x0
union
{
ULONG LongFlags; //0x4
struct _MI_PARTITION_FLAGS Flags; //0x4
} u; //0x4
ULONG Signature; //0x8
UCHAR MemoryConfigurationChanged; //0xc
struct _MI_NODE_INFORMATION* NodeInformation; //0x10
struct _RTL_AVL_TREE PageRoot; //0x14
struct _PHYSICAL_MEMORY_DESCRIPTOR* MemoryNodeRuns; //0x18
ULONG MemoryBlockReferences; //0x1c
struct _WORK_QUEUE_ITEM PfnUnmapWorkItem; //0x20
ULONG PfnUnmapCount; //0x30
VOID* PfnUnmapWaitList; //0x34
struct _PHYSICAL_MEMORY_DESCRIPTOR* MemoryRuns; //0x38
struct _KEVENT ExitEvent; //0x3c
VOID* SystemThreadHandles[5]; //0x4c
struct _EPARTITION* PartitionObject; //0x60
struct _EX_PUSH_LOCK PartitionSystemThreadsLock; //0x64
struct _EX_PUSH_LOCK DynamicMemoryPushLock; //0x68
volatile LONG DynamicMemoryLock; //0x6c
UCHAR PfnUnmapActive; //0x70
struct _KEVENT TemporaryMemoryEvent; //0x74
VOID* RootDirectory; //0x84
VOID* KernelObjectsDirectory; //0x88
struct _KEVENT* MemoryEvents[11]; //0x8c
VOID* MemoryEventHandles[11]; //0xb8
};